[INFO] cloning repository https://github.com/Anonymous-Grants/anonvote-backend
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Anonymous-Grants/anonvote-backend" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAnonymous-Grants%2Fanonvote-backend", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAnonymous-Grants%2Fanonvote-backend'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f0b05f947581186f2e77b84ad9729d1f1ca6dbfe
[INFO] checking Anonymous-Grants/anonvote-backend against 40527f3e444fde1deb361751bdef9b9e11d1b971+rustflags=--cfg crater_hack --force-warn invalid-c-variadic-arguments for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAnonymous-Grants%2Fanonvote-backend" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Anonymous-Grants/anonvote-backend
[INFO] finished tweaking git repo https://github.com/Anonymous-Grants/anonvote-backend
[INFO] tweaked toml for git repo https://github.com/Anonymous-Grants/anonvote-backend written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Anonymous-Grants/anonvote-backend on toolchain 40527f3e444fde1deb361751bdef9b9e11d1b971
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Anonymous-Grants/anonvote-backend already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 9d77392a45cbe3dea0b96d211edae3b5ca1412a70a85f5fd5686f8c36b7e7e1e
[INFO] running `Command { std: "docker" "start" "9d77392a45cbe3dea0b96d211edae3b5ca1412a70a85f5fd5686f8c36b7e7e1e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9d77392a45cbe3dea0b96d211edae3b5ca1412a70a85f5fd5686f8c36b7e7e1e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9d77392a45cbe3dea0b96d211edae3b5ca1412a70a85f5fd5686f8c36b7e7e1e" "/opt/rustwide/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9d77392a45cbe3dea0b96d211edae3b5ca1412a70a85f5fd5686f8c36b7e7e1e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid --cfg crater_hack --force-warn invalid-c-variadic-arguments" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9d77392a45cbe3dea0b96d211edae3b5ca1412a70a85f5fd5686f8c36b7e7e1e" "/opt/rustwide/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]     Checking typenum v1.20.1
[INFO] [stderr]    Compiling serde_json v1.0.151
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.4
[INFO] [stderr]    Compiling displaydoc v0.2.7
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling semver v1.0.28
[INFO] [stderr]    Compiling cc v1.4.3
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling schemars v0.8.22
[INFO] [stderr]    Compiling dyn-clone v1.0.20
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling data-encoding v2.11.1
[INFO] [stderr]    Compiling enum-ordinalize-derive v4.4.2
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling escape-bytes v0.1.1
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling ethnum v1.5.3
[INFO] [stderr]    Compiling enum-ordinalize v4.4.2
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]     Checking ff v0.13.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.20
[INFO] [stderr]    Compiling tokio-macros v2.7.2
[INFO] [stderr]     Checking arrayvec v0.7.8
[INFO] [stderr]     Checking futures-sink v0.3.34
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking group v0.13.0
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking rand v0.8.7
[INFO] [stderr]    Compiling num-integer v0.1.47
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]     Checking slab v0.4.12
[INFO] [stderr]    Compiling num-bigint v0.4.8
[INFO] [stderr]     Checking indexmap-nostd v0.4.0
[INFO] [stderr]     Checking downcast-rs v1.2.1
[INFO] [stderr]    Compiling chrono v0.4.45
[INFO] [stderr]     Checking futures-util v0.3.34
[INFO] [stderr]    Compiling tokio-stream v0.1.19
[INFO] [stderr]     Checking futures-channel v0.3.34
[INFO] [stderr]     Checking wasmi_core v0.13.0
[INFO] [stderr]     Checking ark-std v0.5.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling curve25519-dalek v5.0.0
[INFO] [stderr]     Checking wasmparser-nostd v0.100.2
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling wasmparser v0.116.1
[INFO] [stderr]     Checking hybrid-array v0.4.14
[INFO] [stderr]    Compiling heapless v0.8.0
[INFO] [stderr]    Compiling uuid v1.24.0
[INFO] [stderr]     Checking wasmi_arena v0.4.1
[INFO] [stderr]     Checking bitflags v2.13.1
[INFO] [stderr]     Checking spin v0.9.9
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]    Compiling thiserror v2.0.20
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]     Checking hash32 v0.3.1
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]     Checking crossbeam-utils v0.8.22
[INFO] [stderr]     Checking crypto-common v0.2.2
[INFO] [stderr]     Checking block-buffer v0.12.1
[INFO] [stderr]     Checking aho-corasick v1.1.5
[INFO] [stderr]     Checking crc-catalog v2.5.0
[INFO] [stderr]    Compiling home v0.5.12
[INFO] [stderr]     Checking cpufeatures v0.3.0
[INFO] [stderr]    Compiling whoami v1.6.1
[INFO] [stderr]    Compiling soroban-env-host v27.0.1
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]     Checking digest v0.11.3
[INFO] [stderr]     Checking event-listener v5.4.2
[INFO] [stderr]     Checking crossbeam-queue v0.3.13
[INFO] [stderr]     Checking crc v3.4.0
[INFO] [stderr]     Checking unicode-normalization v0.1.25
[INFO] [stderr]     Checking hashlink v0.10.0
[INFO] [stderr]     Checking hex-literal v0.4.1
[INFO] [stderr]     Checking http-body-util v0.1.5
[INFO] [stderr]    Compiling anyhow v1.0.104
[INFO] [stderr]     Checking rustix v1.1.4
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]     Checking regex-automata v0.4.18
[INFO] [stderr]     Checking thread_local v1.1.10
[INFO] [stderr]     Checking fastrand v2.5.0
[INFO] [stderr]     Checking matchit v0.8.4
[INFO] [stderr]    Compiling serde v1.0.229
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling macro-string v0.1.4
[INFO] [stderr]     Checking smallvec v1.15.2
[INFO] [stderr]     Checking either v1.17.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking soroban-wasmi v0.31.1-soroban.20.0.1
[INFO] [stderr]    Compiling crate-git-revision v0.0.6
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]     Checking tokio v1.53.1
[INFO] [stderr]    Compiling stellar-strkey v0.0.13
[INFO] [stderr]    Compiling stellar-xdr v27.0.0
[INFO] [stderr]    Compiling rustls v0.23.43
[INFO] [stderr]    Compiling zeroize_derive v1.5.0
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]     Checking zeroize v1.9.0
[INFO] [stderr] error: could not compile `wasmparser` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/40527f3e444fde1deb361751bdef9b9e11d1b971/bin/rustc --crate-name wasmparser --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wasmparser-0.116.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8d1501fcb9a373b4 -C extra-filename=-63c9973c5694b1c0 --out-dir /opt/rustwide/target/debug/build/wasmparser/63c9973c5694b1c0/out -L dependency=/opt/rustwide/target/debug/build/equivalent/4622bc42417919a3/out -L dependency=/opt/rustwide/target/debug/build/hashbrown/7237356fcd1b698b/out --extern indexmap=/opt/rustwide/target/debug/build/indexmap/8f7c88a201a8584d/out/libindexmap-8f7c88a201a8584d.rmeta --extern semver=/opt/rustwide/target/debug/build/semver/40cd5a7dd73782b9/out/libsemver-40cd5a7dd73782b9.rmeta --cap-lints allow --cap-lints=forbid --cfg crater_hack --force-warn invalid-c-variadic-arguments --force-warn=unused_crate_dependencies` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "9d77392a45cbe3dea0b96d211edae3b5ca1412a70a85f5fd5686f8c36b7e7e1e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9d77392a45cbe3dea0b96d211edae3b5ca1412a70a85f5fd5686f8c36b7e7e1e", kill_on_drop: false }`
[INFO] [stdout] 9d77392a45cbe3dea0b96d211edae3b5ca1412a70a85f5fd5686f8c36b7e7e1e
